home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / person / lq107.zip / LQ.BAT < prev    next >
DOS Batch File  |  1992-12-09  |  396b  |  26 lines

  1. REM LQ v1.00 (c) LaserMax Software 1992
  2. @echo off
  3.  
  4. :lqmenu
  5. if exist lm\?.lnk  del lm\?.lnk>nul
  6. cls
  7. lm\lq.exe
  8. cls
  9. if exist lm\?.lnk  goto quicken
  10.  
  11. goto quit
  12.  
  13. :quicken
  14. lm\lqinit>nul
  15. if exist lm\1.lnk lm\lq2file 1>nul
  16. if exist lm\2.lnk lm\lq2file 2>nul
  17. if exist lm\3.lnk lm\lq2file 3>nul
  18. if exist lm\4.lnk lm\lq2file 4>nul
  19. q
  20. lm\lq2file>nul
  21. lm\lqinit>nul
  22.  
  23. goto lqmenu
  24.  
  25. :quit
  26.